func net.trimSpace
8 uses
net (current package)
nss.go#L85: line = trimSpace(removeComment(line))
nss.go#L93: db := string(trimSpace(line[:colon]))
nss.go#L96: srcs = trimSpace(srcs)
nss.go#L107: srcs = trimSpace(srcs[sp+1:])
parse.go#L239: func trimSpace(x []byte) []byte {
parse.go#L284: x = trimSpace(x)
parse.go#L290: if field := trimSpace(x[:sp]); len(field) > 0 {
parse.go#L295: x = trimSpace(x[sp+1:])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)